home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / flashdoc.lzh / KILLVARS.DO < prev    next >
Text File  |  1992-02-20  |  625b  |  51 lines

  1. >** - Top of file -
  2.  
  3. killvars.do V. 1.0 - 02/03/92
  4.  
  5. By Al Fasoldt.
  6.  
  7. Clears all variables from Flash.
  8.  
  9. NOTE: To run this script unattended, you will have to remove
  10. the first two lines (the ones that begin with "al" and "ifi").
  11.  
  12. |
  13.  
  14. >al "[3][WARNING! This clears all variables.|Proceed anyway?][Yes|NO]" $X 2|
  15. >ifi $X "NO" jmp abort|
  16. >ty  Clearing variables ...|
  17. >ty|
  18. >$A|
  19. >$B|
  20. >$C|
  21. >$D|
  22. >$E|
  23. >$F|
  24. >$G|
  25. >$H|
  26. >$I|
  27. >$J|
  28. >$K|
  29. >$L|
  30. >$M|
  31. >$N|
  32. >$O|
  33. >$P|
  34. >$Q|
  35. >$R|
  36. >$S|
  37. >$U|
  38. >$V|
  39. >$W|
  40. >$X|
  41. >$Y|
  42. >$Z|
  43. >ty  Done!|
  44. >ty|
  45. >end|
  46. >L: abort|
  47. >ty  Script halted.|
  48. >ty|
  49. >end|
  50. >** end of script|
  51.